home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gDown
- set gDown to 5
- set the memberNum of sprite 5 to 24
- puppetSound(3, "vol 1")
- updateStage()
- end
-
- on mouseUp
- global gDown, gTestList, gCursor
- if gDown = 5 then
- cursor(4)
- set gDown to 0
- set the memberNum of sprite 5 to 25
- updateStage()
- set gTestList to [230101: [1101, 9, 0.0, 0.0], 230106: [1101, 9, 0.0, 0.0], 240201: [1101, 9, 0.0, 0.0], 240211: [1101, 9, 0.0, 0.0], 230205: [1101, 9, 0.0, 0.0], 230212: [1101, 9, 0.0, 0.0], 240102: [1101, 9, 0.0, 0.0], 240112: [1101, 9, 0.0, 0.0]]
- puppetSound(3, "vol 1")
- repeat while soundBusy(3)
- end repeat
- set gCursor to 1
- go("finishG")
- end if
- end
-